BaseSubsystem.ReadMemoryInt32 方法
從共享記憶體讀取一個整數。
命名空間:IntervalZero.KINGSTAR.Base.Class組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
int ReadMemoryInt32(
int byteOffset
)
Function ReadMemoryInt32(
byteOffset As Integer
) As Integer
參數
byteOffset
型別:int
指定位元組偏移量到一個位置以讀取整數值。索引以 0 為起始。
回傳值
型別:int
可用的 EtherCAT 狀態
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
參見